home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 28
/
Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso
/
Aminet
/
game
/
text
/
EAC14b.lha
/
EAC
/
Developers
/
Tutorials
/
Tutorial_01.EAC
next >
Wrap
Text File
|
1991-09-25
|
498b
|
14 lines
.-------------------------------------------------------------------------.
| When an adventure script is loaded, EAC will look for a page called |
| ` START '; To declare a page use the command PAGE: , followed by the |
| page name. i.e. PAGE:fred , PAGE:three etc. To end a page use the |
| command ENDPAGE: |
`-------------------------------------------------------------------------'
PAGE:START
Hello world!
ENDPAGE: